home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19980901-19981211
/
000208_news@newsmaster….columbia.edu _Sun Oct 25 10:30:04 1998.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
3KB
Return-Path: <news@newsmaster.cc.columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA19928
for <kermit.misc@watsun.cc.columbia.edu>; Sun, 25 Oct 1998 10:30:04 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA13704
for kermit.misc@watsun; Sun, 25 Oct 1998 10:30:03 -0500 (EST)
Newsgroups: comp.protocols.kermit.misc
Path: news.columbia.edu!panix!news-peer.gip.net!news.gsl.net!gip.net!newsfeed.cwix.com!128.230.129.106!news.maxwell.syr.edu!news.new-york.net!news.spc.edu!not-for-mail
From: Terry Kennedy <terry@spcunb.spc.edu>
Subject: Re: Compiling on BSD 3.1
X-Newsreader: TIN [UNIX 1.3 unoff BETA 970527; i386 BSD/OS 3.1]
X-Complaints-To: Email abuse@spc.edu if this posting is inappropriate
NNTP-Posting-Host: spcunb.spc.edu
Organization: St. Peter's College, US
Message-ID: <F1E2vB.1Au@spcuna.spc.edu>
References: <36315607.DEB1813A@tao4.agoron23.com> <F1BG4w.Hu0@spcuna.spc.edu> <36329CC7.86139D3B@tao2.agoron15.com>
X-Trace: spcuna.spc.edu 909329159 29885 terry [192.107.46.132]
Date: Sun, 25 Oct 1998 15:25:59 GMT
Lines: 45
Xref: news.columbia.edu comp.protocols.kermit.misc:9408
falcon56@tao2.agoron15.com writes:
> I just gave this a try, with C-Kermit 6.0, and it looked promising for a
> while... then the compiling stopped. Output of the compiling process is
> below.
Now that is *really* weird. I know I built this on BSD/OS 3.x, and I'm sure
Frank did as well (he uses my systems for compiling the pre-built binaries).
However, "warn" is a library routine in 4.4BSD and definitely conflicts with
the definition in C-K. I expect that the other 4.4BSD-based systems don't run
into this because they use ELF with weak symbols, while BSD/OS 3.x is a.out-
based.
Anyway, if you apply the following patch to the makefile it should compile
cleanly.
*** makefile_orig Sat Dec 28 13:18:05 1996
--- makefile Sun Oct 25 10:22:43 1998
***************
*** 1431,1437 ****
bsdi:
@echo 'Making C-Kermit $(CKVER) for BSD/386 ...'
$(MAKE) wermit \
! "CFLAGS= -DBSD44 -DSETREUID -DSW_ACC_ID \
-DTCPSOCKET -DCK_CURSES -DDYNAMIC -DBPS_57K $(KFLAGS) -O" \
"LIBS= -lcurses -ltermcap"
--- 1431,1437 ----
bsdi:
@echo 'Making C-Kermit $(CKVER) for BSD/386 ...'
$(MAKE) wermit \
! "CFLAGS= -DBSD44 -DSETREUID -DSW_ACC_ID -Dwarn=wwarn\
-DTCPSOCKET -DCK_CURSES -DDYNAMIC -DBPS_57K $(KFLAGS) -O" \
"LIBS= -lcurses -ltermcap"
This isn't needed for BSD/OS 4.0.
> By the way, Mr. Kennedy, do you have some kind of telepathic ability to
> seek out SPC students and help them, no matter where they might be?
Shhhh. It's a secret 8-)
Terry Kennedy Operations Manager, Academic Computing
terry@spcvxa.spc.edu St. Peter's College, Jersey City, NJ USA
+1 201 915 9381 (voice) +1 201 435-3662 (FAX)